What kind of vulnerability classes does Diligence Fuzzing detect
The Fuzzer does not look for specific classes. Since it is property-based, it detects the parts of your code for which the specified properties do not hold (property violation). Therefore, it uncovers property violations independent of vulnerability classes that are specific to your code and your expectations about its correctness.